home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d908.lha / MegaView / FileActions next >
Text File  |  1993-08-28  |  429b  |  20 lines

  1. ;
  2. ; FileActions Sample File
  3. ;
  4. ; Syntax:
  5. ; TYPE <typename> ACTION <action>
  6. ;
  7. ; where <typename> must be a valid WhatIs Type Name
  8. ; and <action> is an AmigaDOS command string with "%s" instead of the
  9. ; file name.
  10. ;
  11. ; Comment lines start with ; 
  12.  
  13. TYPE "JPEG" ACTION "dh0:vt %s"
  14. TYPE "ILBM" ACTION "dh0:vt %s"
  15. TYPE Doc    ACTION "c:mm %s"
  16. TYPE ReadMe ACTION "c:mm %s"
  17. TYPE Guide  ACTION "Amigaguide %s"
  18. TYPE Text   ACTION "c:mm %s"
  19.  
  20.